DataCollection | ComponentOne
C1.DataCollection.EntityFrameworkCore Assembly / C1.DataCollection.EntityFrameworkCore Namespace / C1EntityFrameworkCoreVirtualDataCollectionBase<T> Class / ConnectionState Property

In This Topic
    ConnectionState Property (C1EntityFrameworkCoreVirtualDataCollectionBase<T>)
    In This Topic
    Gets the state of the connection to the source.
    Syntax
    'Declaration
     
    Public ReadOnly Property ConnectionState As ConnectionState
    public ConnectionState ConnectionState {get;}
    See Also